home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Presentations / Presentations ’90 / A⁄Rose Techniques / ClTool / Makefile < prev    next >
Encoding:
Makefile  |  1988-11-07  |  1.0 KB  |  30 lines  |  [TEXT/MPS ]

  1. #
  2. #    Makefile for clister tool.
  3. #
  4.  
  5. CL    =    {CLibraries}
  6. CI    =    {CIncludes}
  7. L    =    {Libraries}
  8.  
  9. COptions    =    -b2
  10.  
  11. Clister    ƒ    Clister.obj Clister.r
  12.     Rez -t 'MPST' -c 'MPS ' -o Clister Clister.r
  13.  
  14. Clister.obj    ƒ    Clister.c.o Printer.c.o "{L}"Stubs.o "{L}"ToolLibs.o ∂
  15.         "{CL}"CRuntime.o "{CL}"CInterface.o "{CL}"StdCLib.o "{L}"Interface.o
  16.     Link -d -t '????' -c '????' -sg Clister -o Clister.obj Clister.c.o Printer.c.o ∂
  17.         "{L}"Stubs.o "{L}"ToolLibs.o "{CL}"CRuntime.o "{CL}"CInterface.o ∂
  18.         "{CL}"StdCLib.o "{L}"Interface.o
  19.  
  20. Clister.c.o    ƒ    Clister.c Clister.h Glob.h "{CI}"stdio.h "{CI}"stdlib.h ∂
  21.     "{CI}"FCntl.h "{CI}"ctype.h "{CI}"Types.h "{CI}"Quickdraw.h "{CI}"CursorCtl.h ∂
  22.     "{CI}"Desk.h "{CI}"Files.h "{CI}"Fonts.h "{CI}"Memory.h "{CI}"PrintTraps.h ∂
  23.     "{CI}"Packages.h "{CI}"Resources.h "{CI}"Strings.h "{CI}"ToolUtils.h
  24.  
  25. Printer.c.o    ƒ    Printer.c Clister.h Glob.h "{CI}"stdio.h "{CI}"stdlib.h ∂
  26.     "{CI}"ctype.h "{CI}"Types.h "{CI}"CursorCtl.h "{CI}"Memory.h "{CI}"Errors.h ∂
  27.     "{CI}"Files.h "{CI}"Fonts.h "{CI}"PrintTraps.h "{CI}"Resources.h "{CI}"Windows.h
  28.  
  29. #    End of makefile for Clister.
  30.